home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / toolkit.jar / content / mozapps / update / updates.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-08-03  |  562 b   |  35 lines

  1. /**
  2.  * General
  3.  */
  4. wizard[description=""] .wizard-header-description {
  5.   display: none;
  6. }
  7.  
  8. link {
  9.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#link");
  10.   -moz-user-focus: normal;
  11.   cursor: pointer;
  12. }
  13.  
  14. link > label {
  15.   cursor: inherit;
  16. }
  17.  
  18. /**
  19.  * License Page
  20.  */
  21. license {
  22.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#license");
  23.   display: -moz-deck;
  24. }
  25.  
  26. /**
  27.  * Update History Window
  28.  */
  29. update {
  30.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
  31.   display: -moz-box;
  32.   -moz-box-orient: vertical;
  33. }
  34.  
  35.